Contents page

Rules for Tools/Notation Event Flags


Notation Event Flags

Special Notation events are stored in note off events, the velocity fields provide the type, as follows:

#define NE_TIE      0       /* A tied note. */ 
#define NE_REST     1       /* A rest.*/ 
#define NE_THREE    2       /* The triplet marker. */ 
#define NE_DONTSHOW 3       /* don't show this event */ 
#define NE_ARC      4       /* the arc or tie graphic */